.indexDiv1{
	margin: 20px 0;
}
.indexDiv1 .wrap{
	padding: 0px 20px;
	width: 100%;
}
.indexDiv1 .hdDiv{
	overflow: hidden;
}
.indexDiv1 .hdDiv a{
	color: #393939;
	margin-right: 10px;
	padding: 10px 30px;
	float: left;
	border: 1px solid #666;
	border-radius: 25px;
	line-height: 1;
	padding-bottom: 10px;
}
.indexDiv1 .hdDiv a:hover{
	color: #EC741D;
}
.indexDiv1 .hdDiv a.active{
	background: #f76300;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 25px;
	padding: 10px 30px;
	border: 2px solid #EC741D;
	display: block;
}
.indexDiv1 .bdDiv .imgListDiv{
	margin-top: 21px;
}
.indexDiv1 .bdDiv .imgListDiv ul{
	/*overflow: hidden;*/
	margin-right: -43.5px;
}
.indexDiv1 .bdDiv .imgListDiv ul li{
	float: left;
	margin: 0 1.5% 1.5% 0;
	width: 22%;
}
.indexDiv1 .bdDiv .imgListDiv ul li img{
	width: 100%;
	border-radius: 3px;
}
.indexDiv1 .bdDiv .imgListDiv ul li span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 7px;
	height:20px;
	overflow:hidden;
}
.indexDiv1 .bdDiv .imgListDiv ul li a:hover span{
	color: #EC741D;
}
.indexDiv1 .bdDiv .textListDiv>div{
	overflow: hidden;
	margin-top: 18px;
} 
.indexDiv1 .bdDiv .textListDiv>div span{
	display: block;
	width: 85px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.indexDiv1 .bdDiv .textListDiv>div span.hotText{
	background: url(../images/hot-bg.png);
}
.indexDiv1 .bdDiv .textListDiv>div span.newText{
	background: url(../images/new-bg.png);
}
.indexDiv1 .bdDiv .textListDiv>div .listDiv ul{
	overflow: hidden;
}
.indexDiv1 .bdDiv .textListDiv>div .listDiv ul li{
	float: left;
	font-size: 14px;
	color: #dcdcdc;
}
.indexDiv1 .bdDiv .textListDiv>div .listDiv ul li a{
	display: inline-block;
	color: #404040;
	line-height: 28px;
	margin: 0 25.5px;
}
.indexDiv1 .bdDiv .textListDiv>div .listDiv ul li a:hover{
	color: #EC741D;
}
.indexDiv1 .bdDiv .textListDiv>div .listDiv ul li.lastChild a{
	margin-right: 0;
}
@media (max-width: 480px) {
.indexDiv1 .bdDiv .imgListDiv ul{
	    display: flex;
	        width: 100%;

}
.indexDiv1 .bdDiv .imgListDiv ul li img{
    float: left;
    margin: 0 1.5% 1.5% 0;
    width: 48.5% !important;
}

.indexDiv1 .hdDiv a.active{
	background: #f76300;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 25px;
	padding: 10px 10px;
	border: 2px solid #EC741D;
	display: block;
}
.indexDiv1 .hdDiv a{
	color: #393939;
	margin-right: 10px;
	padding: 10px 10px;
	float: left;
	border: 1px solid #666;
	border-radius: 25px;
	line-height: 1;
	padding-bottom: 10px;
}
}